home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / prog_d / rtdc.zip / RTDCEDIT.DFM / RTDCEDIT.txt
Text File  |  1995-09-05  |  6KB  |  282 lines

  1. object MappingEditor: TMappingEditor
  2.   Left = 241
  3.   Top = 134
  4.   AutoScroll = False
  5.   Caption = 'Field Mapping Definition'
  6.   ClientHeight = 270
  7.   ClientWidth = 426
  8.   Font.Color = clBlack
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   KeyPreview = True
  13.   PixelsPerInch = 96
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   OnDestroy = FormDestroy
  17.   OnShow = FormShow
  18.   TextHeight = 13
  19.   object Bevel1: TBevel
  20.     Left = 7
  21.     Top = 33
  22.     Width = 312
  23.     Height = 65
  24.   end
  25.   object LblSource: TLabel
  26.     Left = 13
  27.     Top = 7
  28.     Width = 92
  29.     Height = 18
  30.     AutoSize = False
  31.     Caption = 'Source Field:'
  32.   end
  33.   object LblTarget: TLabel
  34.     Left = 13
  35.     Top = 46
  36.     Width = 92
  37.     Height = 19
  38.     AutoSize = False
  39.     Caption = 'Target Field:'
  40.   end
  41.   object LblType: TLabel
  42.     Left = 111
  43.     Top = 46
  44.     Width = 66
  45.     Height = 19
  46.     AutoSize = False
  47.     Caption = 'DataType'
  48.   end
  49.   object LblSize: TLabel
  50.     Left = 189
  51.     Top = 46
  52.     Width = 36
  53.     Height = 19
  54.     AutoSize = False
  55.     Caption = 'Size'
  56.   end
  57.   object GridMapping: TStringGrid
  58.     Left = 8
  59.     Top = 120
  60.     Width = 311
  61.     Height = 97
  62.     DefaultColWidth = 70
  63.     DefaultRowHeight = 20
  64.     RowCount = 1
  65.     FixedRows = 0
  66.     Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRowSelect]
  67.     ScrollBars = ssVertical
  68.     TabOrder = 5
  69.     OnClick = GridMappingClick
  70.     ColWidths = (
  71.       70
  72.       70
  73.       71
  74.       38
  75.       36)
  76.   end
  77.   object BtnAdd: TButton
  78.     Left = 328
  79.     Top = 32
  80.     Width = 88
  81.     Height = 25
  82.     Caption = '&Add'
  83.     Font.Color = clBlack
  84.     Font.Height = -12
  85.     Font.Name = 'MS Sans Serif'
  86.     Font.Style = [fsBold]
  87.     ParentFont = False
  88.     TabOrder = 6
  89.     OnClick = BtnAddClick
  90.   end
  91.   object BtnDelete: TButton
  92.     Left = 328
  93.     Top = 96
  94.     Width = 88
  95.     Height = 25
  96.     Caption = '&Delete'
  97.     Font.Color = clBlack
  98.     Font.Height = -12
  99.     Font.Name = 'MS Sans Serif'
  100.     Font.Style = [fsBold]
  101.     ParentFont = False
  102.     TabOrder = 7
  103.     OnClick = BtnDeleteClick
  104.   end
  105.   object BtnAddAll: TButton
  106.     Left = 328
  107.     Top = 64
  108.     Width = 88
  109.     Height = 25
  110.     Caption = 'Add All'
  111.     Font.Color = clBlack
  112.     Font.Height = -12
  113.     Font.Name = 'MS Sans Serif'
  114.     Font.Style = [fsBold]
  115.     ParentFont = False
  116.     TabOrder = 8
  117.     OnClick = BtnAddAllClick
  118.   end
  119.   object BtnDelAll: TButton
  120.     Left = 328
  121.     Top = 128
  122.     Width = 88
  123.     Height = 25
  124.     Caption = 'Delete All'
  125.     Font.Color = clBlack
  126.     Font.Height = -12
  127.     Font.Name = 'MS Sans Serif'
  128.     Font.Style = [fsBold]
  129.     ParentFont = False
  130.     TabOrder = 9
  131.     OnClick = BtnDelAllClick
  132.   end
  133.   object BtnOk: TBitBtn
  134.     Left = 62
  135.     Top = 232
  136.     Width = 89
  137.     Height = 25
  138.     Font.Color = clBlack
  139.     Font.Height = -12
  140.     Font.Name = 'MS Sans Serif'
  141.     Font.Style = [fsBold]
  142.     ParentFont = False
  143.     TabOrder = 10
  144.     OnClick = BtnOkClick
  145.     Kind = bkOK
  146.   end
  147.   object BtnCancel: TBitBtn
  148.     Left = 166
  149.     Top = 232
  150.     Width = 89
  151.     Height = 25
  152.     Font.Color = clBlack
  153.     Font.Height = -12
  154.     Font.Name = 'MS Sans Serif'
  155.     Font.Style = [fsBold]
  156.     ParentFont = False
  157.     TabOrder = 11
  158.     OnClick = BtnCancelClick
  159.     Kind = bkCancel
  160.   end
  161.   object CbxType: TComboBox
  162.     Left = 111
  163.     Top = 65
  164.     Width = 72
  165.     Height = 21
  166.     Style = csDropDownList
  167.     ItemHeight = 13
  168.     TabOrder = 2
  169.     OnChange = CbxTypeChange
  170.   end
  171.   object EdtSize: TMaskEdit
  172.     Left = 189
  173.     Top = 65
  174.     Width = 40
  175.     Height = 20
  176.     EditMask = '99999;0; '
  177.     MaxLength = 5
  178.     TabOrder = 3
  179.   end
  180.   object CbEvent: TCheckBox
  181.     Left = 241
  182.     Top = 72
  183.     Width = 72
  184.     Height = 13
  185.     Caption = 'FieldEvent'
  186.     TabOrder = 4
  187.   end
  188.   object CbxSource: TComboBox
  189.     Left = 111
  190.     Top = 7
  191.     Width = 117
  192.     Height = 21
  193.     Style = csDropDownList
  194.     ItemHeight = 13
  195.     TabOrder = 0
  196.     OnChange = CbxSourceChange
  197.   end
  198.   object CbxTarget: TComboBox
  199.     Left = 13
  200.     Top = 65
  201.     Width = 92
  202.     Height = 21
  203.     ItemHeight = 13
  204.     TabOrder = 1
  205.   end
  206.   object GridHeading: THeader
  207.     Left = 8
  208.     Top = 104
  209.     Width = 311
  210.     Height = 17
  211.     AllowResize = False
  212.     Sections.Sections = (
  213.       #0'70'#0'Source'
  214.       #0'39'#0'Target')
  215.     TabOrder = 12
  216.   end
  217.   object BtnHelp: TBitBtn
  218.     Left = 270
  219.     Top = 232
  220.     Width = 89
  221.     Height = 25
  222.     Font.Color = clBlack
  223.     Font.Height = -12
  224.     Font.Name = 'MS Sans Serif'
  225.     Font.Style = [fsBold]
  226.     ParentFont = False
  227.     TabOrder = 13
  228.     OnClick = BtnHelpClick
  229.     Kind = bkHelp
  230.   end
  231.   object BtnLoad: TButton
  232.     Left = 328
  233.     Top = 160
  234.     Width = 89
  235.     Height = 25
  236.     Caption = '&Load'
  237.     Font.Color = clBlack
  238.     Font.Height = -12
  239.     Font.Name = 'MS Sans Serif'
  240.     Font.Style = [fsBold]
  241.     ParentFont = False
  242.     TabOrder = 14
  243.     OnClick = BtnLoadClick
  244.   end
  245.   object BtnSave: TButton
  246.     Left = 328
  247.     Top = 192
  248.     Width = 89
  249.     Height = 25
  250.     Caption = '&Save'
  251.     Font.Color = clBlack
  252.     Font.Height = -12
  253.     Font.Name = 'MS Sans Serif'
  254.     Font.Style = [fsBold]
  255.     ParentFont = False
  256.     TabOrder = 15
  257.     OnClick = BtnSaveClick
  258.   end
  259.   object LoadDialog: TOpenDialog
  260.     DefaultExt = 'txt'
  261.     FileEditStyle = fsEdit
  262.     Filter = 
  263.       'Text Files|*.txt|Ini Files|*.ini|Configuration Files|*.sys|All F' +
  264.       'iles|*.*'
  265.     Options = [ofPathMustExist, ofFileMustExist]
  266.     Title = 'Load From File'
  267.     Left = 8
  268.     Top = 240
  269.   end
  270.   object SaveDialog: TSaveDialog
  271.     DefaultExt = 'txt'
  272.     FileEditStyle = fsEdit
  273.     Filter = 
  274.       'Text Files|*.txt|Ini Files|*.ini|Configuration Files|*.sys|All F' +
  275.       'iles|*.*'
  276.     Options = [ofOverwritePrompt, ofPathMustExist]
  277.     Title = 'Save To File'
  278.     Left = 8
  279.     Top = 216
  280.   end
  281. end
  282.